Function libsignal_service::cipher::get_preferred_protocol_address
source · pub async fn get_preferred_protocol_address<S: SessionStore>(
+get_preferred_protocol_address in libsignal_service::cipher - Rust Function libsignal_service::cipher::get_preferred_protocol_address
source · pub async fn get_preferred_protocol_address<S: SessionStore>(
session_store: &S,
address: &ServiceAddress,
device_id: DeviceId,
diff --git a/libsignal_service/cipher/index.html b/libsignal_service/cipher/index.html
index f3ba5fb6c..b8b174fa0 100644
--- a/libsignal_service/cipher/index.html
+++ b/libsignal_service/cipher/index.html
@@ -1 +1 @@
-libsignal_service::cipher - Rust Module libsignal_service::cipher
source · Structs§
- Decrypts incoming messages and encrypts outgoing messages.
Functions§
- Equivalent of
SignalServiceCipher::getPreferredProtocolAddress
\ No newline at end of file
+libsignal_service::cipher - Rust Module libsignal_service::cipher
source · Structs§
- Decrypts incoming messages and encrypts outgoing messages.
Functions§
- Equivalent of
SignalServiceCipher::getPreferredProtocolAddress
\ No newline at end of file
diff --git a/libsignal_service/cipher/struct.ServiceCipher.html b/libsignal_service/cipher/struct.ServiceCipher.html
index 0fa4d4293..0d175fc71 100644
--- a/libsignal_service/cipher/struct.ServiceCipher.html
+++ b/libsignal_service/cipher/struct.ServiceCipher.html
@@ -1,6 +1,6 @@
ServiceCipher in libsignal_service::cipher - Rust Struct libsignal_service::cipher::ServiceCipher
source · pub struct ServiceCipher<S, R> { /* private fields */ }
Expand description
Decrypts incoming messages and encrypts outgoing messages.
Equivalent of SignalServiceCipher in Java.
-Implementations§
source§impl<S, R> ServiceCipher<S, R>where
+
Implementations§
source§impl<S, R> ServiceCipher<S, R>
sourcepub fn new(
protocol_store: S,
diff --git a/libsignal_service/configuration/enum.SignalServers.html b/libsignal_service/configuration/enum.SignalServers.html
index 4f0128277..85890b004 100644
--- a/libsignal_service/configuration/enum.SignalServers.html
+++ b/libsignal_service/configuration/enum.SignalServers.html
@@ -1,8 +1,8 @@
SignalServers in libsignal_service::configuration - Rust pub enum SignalServers {
Staging,
Production,
-}
Variants§
Trait Implementations§
source§impl Clone for SignalServers
source§fn clone(&self) -> SignalServers
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for SignalServers
source§impl<'de> Deserialize<'de> for SignalServers
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl Display for SignalServers
source§impl From<&SignalServers> for ServiceConfiguration
source§fn from(val: &SignalServers) -> Self
Converts to this type from the input type.source§impl From<SignalServers> for ServiceConfiguration
source§fn from(val: SignalServers) -> Self
Converts to this type from the input type.source§impl FromStr for SignalServers
source§impl PartialEq for SignalServers
source§fn eq(&self, other: &SignalServers) -> bool
This method tests for self
and other
values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Clone for SignalServers
source§fn clone(&self) -> SignalServers
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for SignalServers
source§impl<'de> Deserialize<'de> for SignalServers
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl Display for SignalServers
source§impl From<&SignalServers> for ServiceConfiguration
source§fn from(val: &SignalServers) -> Self
Converts to this type from the input type.source§impl From<SignalServers> for ServiceConfiguration
source§fn from(val: SignalServers) -> Self
Converts to this type from the input type.source§impl FromStr for SignalServers
source§impl PartialEq for SignalServers
source§fn eq(&self, other: &SignalServers) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SignalServers
source§impl Copy for SignalServers
source§impl Eq for SignalServers
source§impl StructuralPartialEq for SignalServers
Auto Trait Implementations§
§impl Freeze for SignalServers
§impl RefUnwindSafe for SignalServers
§impl Send for SignalServers
§impl Sync for SignalServers
§impl Unpin for SignalServers
§impl UnwindSafe for SignalServers
Blanket Implementations§
source§impl<T> Any for Twhere
diff --git a/libsignal_service/configuration/struct.ServiceConfiguration.html b/libsignal_service/configuration/struct.ServiceConfiguration.html
index b864904f5..bdb65ba60 100644
--- a/libsignal_service/configuration/struct.ServiceConfiguration.html
+++ b/libsignal_service/configuration/struct.ServiceConfiguration.html
@@ -1,9 +1,9 @@
ServiceConfiguration in libsignal_service::configuration - Rust pub struct ServiceConfiguration {
pub certificate_authority: String,
pub unidentified_sender_trust_root: PublicKey,
- pub zkgroup_server_public_params: ServerPublicParams,
+ pub zkgroup_server_public_params: ServerPublicParams,
/* private fields */
-}
Fields§
§unidentified_sender_trust_root: PublicKey
§zkgroup_server_public_params: ServerPublicParams
Implementations§
Trait Implementations§
source§impl Clone for ServiceConfiguration
source§fn clone(&self) -> ServiceConfiguration
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl From<&SignalServers> for ServiceConfiguration
source§fn from(val: &SignalServers) -> Self
Converts to this type from the input type.source§impl From<SignalServers> for ServiceConfiguration
source§fn from(val: SignalServers) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for ServiceConfiguration
§impl RefUnwindSafe for ServiceConfiguration
§impl Send for ServiceConfiguration
§impl Sync for ServiceConfiguration
§impl Unpin for ServiceConfiguration
§impl UnwindSafe for ServiceConfiguration
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§unidentified_sender_trust_root: PublicKey
§zkgroup_server_public_params: ServerPublicParams
Implementations§
Trait Implementations§
source§impl Clone for ServiceConfiguration
source§fn clone(&self) -> ServiceConfiguration
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl From<&SignalServers> for ServiceConfiguration
source§fn from(val: &SignalServers) -> Self
Converts to this type from the input type.source§impl From<SignalServers> for ServiceConfiguration
source§fn from(val: SignalServers) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for ServiceConfiguration
§impl RefUnwindSafe for ServiceConfiguration
§impl Send for ServiceConfiguration
§impl Sync for ServiceConfiguration
§impl Unpin for ServiceConfiguration
§impl UnwindSafe for ServiceConfiguration
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/libsignal_service/content/enum.ContentBody.html b/libsignal_service/content/enum.ContentBody.html
index 201f4c8e9..6d1a0a55c 100644
--- a/libsignal_service/content/enum.ContentBody.html
+++ b/libsignal_service/content/enum.ContentBody.html
@@ -1,4 +1,4 @@
-ContentBody in libsignal_service::content - Rust Enum libsignal_service::content::ContentBody
source · pub enum ContentBody {
+ContentBody in libsignal_service::content - Rust Enum libsignal_service::content::ContentBody
source · pub enum ContentBody {
NullMessage(NullMessage),
DataMessage(DataMessage),
SynchronizeMessage(SyncMessage),
@@ -8,7 +8,7 @@
StoryMessage(StoryMessage),
PniSignatureMessage(PniSignatureMessage),
EditMessage(EditMessage),
-}
Variants§
§NullMessage(NullMessage)
§DataMessage(DataMessage)
§SynchronizeMessage(SyncMessage)
§CallMessage(CallMessage)
§ReceiptMessage(ReceiptMessage)
§TypingMessage(TypingMessage)
§StoryMessage(StoryMessage)
§PniSignatureMessage(PniSignatureMessage)
§EditMessage(EditMessage)
Implementations§
source§impl ContentBody
sourcepub fn into_proto(self) -> Content
Trait Implementations§
source§impl Clone for ContentBody
source§fn clone(&self) -> ContentBody
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for ContentBody
source§impl From<CallMessage> for ContentBody
source§fn from(inner: CallMessage) -> ContentBody
Converts to this type from the input type.source§impl From<DataMessage> for ContentBody
source§fn from(inner: DataMessage) -> ContentBody
Converts to this type from the input type.source§impl From<EditMessage> for ContentBody
source§fn from(inner: EditMessage) -> ContentBody
Converts to this type from the input type.source§impl From<NullMessage> for ContentBody
source§fn from(inner: NullMessage) -> ContentBody
Converts to this type from the input type.source§impl From<PniSignatureMessage> for ContentBody
source§fn from(inner: PniSignatureMessage) -> ContentBody
Converts to this type from the input type.source§impl From<ReceiptMessage> for ContentBody
source§fn from(inner: ReceiptMessage) -> ContentBody
Converts to this type from the input type.source§impl From<StoryMessage> for ContentBody
source§fn from(inner: StoryMessage) -> ContentBody
Converts to this type from the input type.source§impl From<SyncMessage> for ContentBody
source§fn from(inner: SyncMessage) -> ContentBody
Converts to this type from the input type.source§impl From<TypingMessage> for ContentBody
source§fn from(inner: TypingMessage) -> ContentBody
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for ContentBody
§impl RefUnwindSafe for ContentBody
§impl Send for ContentBody
§impl Sync for ContentBody
§impl Unpin for ContentBody
§impl UnwindSafe for ContentBody
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§NullMessage(NullMessage)
§DataMessage(DataMessage)
§SynchronizeMessage(SyncMessage)
§CallMessage(CallMessage)
§ReceiptMessage(ReceiptMessage)
§TypingMessage(TypingMessage)
§StoryMessage(StoryMessage)
§PniSignatureMessage(PniSignatureMessage)
§EditMessage(EditMessage)
Implementations§
source§impl ContentBody
sourcepub fn into_proto(self) -> Content
Trait Implementations§
source§impl Clone for ContentBody
source§fn clone(&self) -> ContentBody
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for ContentBody
source§impl From<CallMessage> for ContentBody
source§fn from(inner: CallMessage) -> ContentBody
Converts to this type from the input type.source§impl From<DataMessage> for ContentBody
source§fn from(inner: DataMessage) -> ContentBody
Converts to this type from the input type.source§impl From<EditMessage> for ContentBody
source§fn from(inner: EditMessage) -> ContentBody
Converts to this type from the input type.source§impl From<NullMessage> for ContentBody
source§fn from(inner: NullMessage) -> ContentBody
Converts to this type from the input type.source§impl From<PniSignatureMessage> for ContentBody
source§fn from(inner: PniSignatureMessage) -> ContentBody
Converts to this type from the input type.source§impl From<ReceiptMessage> for ContentBody
source§fn from(inner: ReceiptMessage) -> ContentBody
Converts to this type from the input type.source§impl From<StoryMessage> for ContentBody
source§fn from(inner: StoryMessage) -> ContentBody
Converts to this type from the input type.source§impl From<SyncMessage> for ContentBody
source§fn from(inner: SyncMessage) -> ContentBody
Converts to this type from the input type.source§impl From<TypingMessage> for ContentBody
source§fn from(inner: TypingMessage) -> ContentBody
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for ContentBody
§impl RefUnwindSafe for ContentBody
§impl Send for ContentBody
§impl Sync for ContentBody
§impl Unpin for ContentBody
§impl UnwindSafe for ContentBody
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/libsignal_service/content/index.html b/libsignal_service/content/index.html
index f64f864f4..099a355c3 100644
--- a/libsignal_service/content/index.html
+++ b/libsignal_service/content/index.html
@@ -1 +1 @@
-libsignal_service::content - Rust Module libsignal_service::content
source · Re-exports§
pub use crate::proto::attachment_pointer::Flags as AttachmentPointerFlags;
pub use crate::proto::data_message::Flags as DataMessageFlags;
pub use crate::proto::data_message::Reaction;
pub use crate::proto::group_context::Type as GroupType;
pub use crate::proto::sync_message;
pub use crate::proto::AttachmentPointer;
pub use crate::proto::CallMessage;
pub use crate::proto::DataMessage;
pub use crate::proto::EditMessage;
pub use crate::proto::GroupContext;
pub use crate::proto::GroupContextV2;
pub use crate::proto::NullMessage;
pub use crate::proto::PniSignatureMessage;
pub use crate::proto::ReceiptMessage;
pub use crate::proto::StoryMessage;
pub use crate::proto::SyncMessage;
pub use crate::proto::TypingMessage;
pub use crate::push_service::ServiceError;
Structs§
Enums§
\ No newline at end of file
+libsignal_service::content - Rust Module libsignal_service::content
source · Re-exports§
pub use crate::proto::attachment_pointer::Flags as AttachmentPointerFlags;
pub use crate::proto::data_message::Flags as DataMessageFlags;
pub use crate::proto::data_message::Reaction;
pub use crate::proto::group_context::Type as GroupType;
pub use crate::proto::sync_message;
pub use crate::proto::AttachmentPointer;
pub use crate::proto::CallMessage;
pub use crate::proto::DataMessage;
pub use crate::proto::EditMessage;
pub use crate::proto::GroupContext;
pub use crate::proto::GroupContextV2;
pub use crate::proto::NullMessage;
pub use crate::proto::PniSignatureMessage;
pub use crate::proto::ReceiptMessage;
pub use crate::proto::StoryMessage;
pub use crate::proto::SyncMessage;
pub use crate::proto::TypingMessage;
pub use crate::push_service::ServiceError;
Structs§
Enums§
\ No newline at end of file
diff --git a/libsignal_service/content/struct.Content.html b/libsignal_service/content/struct.Content.html
index c42b1e106..3578e2322 100644
--- a/libsignal_service/content/struct.Content.html
+++ b/libsignal_service/content/struct.Content.html
@@ -1,8 +1,8 @@
-Content in libsignal_service::content - Rust Struct libsignal_service::content::Content
source · pub struct Content {
+Content in libsignal_service::content - Rust Struct libsignal_service::content::Content
source · pub struct Content {
pub metadata: Metadata,
pub body: ContentBody,
-}
Fields§
§metadata: Metadata
§body: ContentBody
Implementations§
source§impl Content
sourcepub fn from_body(body: impl Into<ContentBody>, metadata: Metadata) -> Self
sourcepub fn from_proto(p: Content, metadata: Metadata) -> Result<Self, ServiceError>
Converts a proto::Content into a public Content, including metadata.
-Trait Implementations§
Auto Trait Implementations§
§impl Freeze for Content
§impl RefUnwindSafe for Content
§impl Send for Content
§impl Sync for Content
§impl Unpin for Content
§impl UnwindSafe for Content
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§metadata: Metadata
§body: ContentBody
Implementations§
source§impl Content
sourcepub fn from_body(body: impl Into<ContentBody>, metadata: Metadata) -> Self
sourcepub fn from_proto(p: Content, metadata: Metadata) -> Result<Self, ServiceError>
Converts a proto::Content into a public Content, including metadata.
+Trait Implementations§
Auto Trait Implementations§
§impl Freeze for Content
§impl RefUnwindSafe for Content
§impl Send for Content
§impl Sync for Content
§impl Unpin for Content
§impl UnwindSafe for Content
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/libsignal_service/content/struct.Metadata.html b/libsignal_service/content/struct.Metadata.html
index f0464ad33..e6635b590 100644
--- a/libsignal_service/content/struct.Metadata.html
+++ b/libsignal_service/content/struct.Metadata.html
@@ -1,11 +1,12 @@
-Metadata in libsignal_service::content - Rust Struct libsignal_service::content::Metadata
source · pub struct Metadata {
+Metadata in libsignal_service::content - Rust Struct libsignal_service::content::Metadata
source · pub struct Metadata {
pub sender: ServiceAddress,
+ pub destination: ServiceAddress,
pub sender_device: u32,
pub timestamp: u64,
pub needs_receipt: bool,
pub unidentified_sender: bool,
pub server_guid: Option<Uuid>,
-}
Fields§
§sender: ServiceAddress
§sender_device: u32
§timestamp: u64
§needs_receipt: bool
§unidentified_sender: bool
§server_guid: Option<Uuid>
A unique UUID for this specific message, produced by the Signal servers.
+}Fields§
§sender: ServiceAddress
§destination: ServiceAddress
§sender_device: u32
§timestamp: u64
§needs_receipt: bool
§unidentified_sender: bool
§server_guid: Option<Uuid>
A unique UUID for this specific message, produced by the Signal servers.
The server GUID is used to report spam messages.
Trait Implementations§
Auto Trait Implementations§
§impl Freeze for Metadata
§impl RefUnwindSafe for Metadata
§impl Send for Metadata
§impl Sync for Metadata
§impl Unpin for Metadata
§impl UnwindSafe for Metadata
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/libsignal_service/envelope/index.html b/libsignal_service/envelope/index.html
index 5ba1dcdd4..ca6139222 100644
--- a/libsignal_service/envelope/index.html
+++ b/libsignal_service/envelope/index.html
@@ -1 +1 @@
-libsignal_service::envelope - Rust
\ No newline at end of file
+libsignal_service::envelope - Rust
\ No newline at end of file
diff --git a/libsignal_service/envelope/struct.EnvelopeEntity.html b/libsignal_service/envelope/struct.EnvelopeEntity.html
index f4ea8b88d..92877d12f 100644
--- a/libsignal_service/envelope/struct.EnvelopeEntity.html
+++ b/libsignal_service/envelope/struct.EnvelopeEntity.html
@@ -1,4 +1,4 @@
-EnvelopeEntity in libsignal_service::envelope - Rust Struct libsignal_service::envelope::EnvelopeEntity
source · pub struct EnvelopeEntity {
+EnvelopeEntity in libsignal_service::envelope - Rust Struct libsignal_service::envelope::EnvelopeEntity
source · pub struct EnvelopeEntity {
pub type: i32,
pub timestamp: u64,
pub source: Option<String>,
@@ -11,8 +11,8 @@
pub urgent: bool,
pub story: bool,
pub report_spam_token: Option<Vec<u8>>,
-}
Fields§
§type: i32
§timestamp: u64
§source: Option<String>
§source_uuid: Option<String>
§source_device: u32
§destination_uuid: Option<String>
§content: Option<Vec<u8>>
§server_timestamp: u64
§guid: String
§urgent: bool
§story: bool
§report_spam_token: Option<Vec<u8>>
Trait Implementations§
source§impl<'de> Deserialize<'de> for EnvelopeEntity
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl Serialize for EnvelopeEntity
source§fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
+}Fields§
§type: i32
§timestamp: u64
§source: Option<String>
§source_uuid: Option<String>
§source_device: u32
§destination_uuid: Option<String>
§content: Option<Vec<u8>>
§server_timestamp: u64
§guid: String
§urgent: bool
§story: bool
§report_spam_token: Option<Vec<u8>>
Trait Implementations§
source§impl<'de> Deserialize<'de> for EnvelopeEntity
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl Serialize for EnvelopeEntity
source§impl TryFrom<EnvelopeEntity> for Envelope
§type Error = ParseServiceAddressError
The type returned in the event of a conversion error.Auto Trait Implementations§
§impl Freeze for EnvelopeEntity
§impl RefUnwindSafe for EnvelopeEntity
§impl Send for EnvelopeEntity
§impl Sync for EnvelopeEntity
§impl Unpin for EnvelopeEntity
§impl UnwindSafe for EnvelopeEntity
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
diff --git a/libsignal_service/groups_v2/enum.GroupDecodingError.html b/libsignal_service/groups_v2/enum.GroupDecodingError.html
index 0db83ccd2..00b8fdf61 100644
--- a/libsignal_service/groups_v2/enum.GroupDecodingError.html
+++ b/libsignal_service/groups_v2/enum.GroupDecodingError.html
@@ -6,7 +6,7 @@
WrongBlob,
WrongEnumValue,
NotAci,
-}Variants§
§ZkGroupDeserializationFailure
§ZkGroupVerificationFailure
§BincodeError(Error)
§ProtobufDecodeError(DecodeError)
§WrongBlob
§WrongEnumValue
§NotAci
Trait Implementations§
source§impl Debug for GroupDecodingError
source§impl Display for GroupDecodingError
source§impl Error for GroupDecodingError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<DecodeError> for GroupDecodingError
source§fn from(source: DecodeError) -> Self
Converts to this type from the input type.source§impl From<GroupDecodingError> for ServiceError
source§fn from(source: GroupDecodingError) -> Self
Converts to this type from the input type.source§impl From<ZkGroupDeserializationFailure> for GroupDecodingError
Auto Trait Implementations§
§impl Freeze for GroupDecodingError
§impl !RefUnwindSafe for GroupDecodingError
§impl Send for GroupDecodingError
§impl Sync for GroupDecodingError
§impl Unpin for GroupDecodingError
§impl !UnwindSafe for GroupDecodingError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§ZkGroupDeserializationFailure
§ZkGroupVerificationFailure
§BincodeError(Error)
§ProtobufDecodeError(DecodeError)
§WrongBlob
§WrongEnumValue
§NotAci
Trait Implementations§
source§impl Debug for GroupDecodingError
source§impl Display for GroupDecodingError
source§impl Error for GroupDecodingError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<DecodeError> for GroupDecodingError
source§fn from(source: DecodeError) -> Self
Converts to this type from the input type.source§impl From<GroupDecodingError> for ServiceError
source§fn from(source: GroupDecodingError) -> Self
Converts to this type from the input type.source§impl From<ZkGroupDeserializationFailure> for GroupDecodingError
source§fn from(_: ZkGroupDeserializationFailure) -> Self
Converts to this type from the input type.source§impl From<ZkGroupVerificationFailure> for GroupDecodingError
source§fn from(_: ZkGroupVerificationFailure) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for GroupDecodingError
§impl !RefUnwindSafe for GroupDecodingError
§impl Send for GroupDecodingError
§impl Sync for GroupDecodingError
§impl Unpin for GroupDecodingError
§impl !UnwindSafe for GroupDecodingError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/libsignal_service/groups_v2/struct.GroupsManager.html b/libsignal_service/groups_v2/struct.GroupsManager.html
index 855927308..2e6e9a512 100644
--- a/libsignal_service/groups_v2/struct.GroupsManager.html
+++ b/libsignal_service/groups_v2/struct.GroupsManager.html
@@ -2,7 +2,7 @@
service_ids: ServiceIds,
push_service: S,
credentials_cache: C,
- server_public_params: ServerPublicParams,
+ server_public_params: ServerPublicParams,
) -> Self