pub struct GetCommunityStatus {
pub community_share_id: [u8; 32],
pub community_share_pubkey: [u8; 32],
}Fields§
Trait Implementations§
Source§impl Clone for GetCommunityStatus
impl Clone for GetCommunityStatus
Source§fn clone(&self) -> GetCommunityStatus
fn clone(&self) -> GetCommunityStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetCommunityStatus
impl Debug for GetCommunityStatus
Source§impl<'de> Deserialize<'de> for GetCommunityStatus
impl<'de> Deserialize<'de> for GetCommunityStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetCommunityStatus
impl PartialEq for GetCommunityStatus
Source§impl Serialize for GetCommunityStatus
impl Serialize for GetCommunityStatus
impl Eq for GetCommunityStatus
impl StructuralPartialEq for GetCommunityStatus
Auto Trait Implementations§
impl Freeze for GetCommunityStatus
impl RefUnwindSafe for GetCommunityStatus
impl Send for GetCommunityStatus
impl Sync for GetCommunityStatus
impl Unpin for GetCommunityStatus
impl UnsafeUnpin for GetCommunityStatus
impl UnwindSafe for GetCommunityStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more