pub struct PeerServicesParams {
pub peer: String,
}Expand description
Params of Request::PeerServices (#52): the peer to query — a nickname, an eid: device
principal, or a b64u: user_id.
Fields§
§peer: StringTrait Implementations§
Source§impl Clone for PeerServicesParams
impl Clone for PeerServicesParams
Source§fn clone(&self) -> PeerServicesParams
fn clone(&self) -> PeerServicesParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PeerServicesParams
impl Debug for PeerServicesParams
Source§impl<'de> Deserialize<'de> for PeerServicesParams
impl<'de> Deserialize<'de> for PeerServicesParams
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
impl Eq for PeerServicesParams
Source§impl PartialEq for PeerServicesParams
impl PartialEq for PeerServicesParams
Source§impl Serialize for PeerServicesParams
impl Serialize for PeerServicesParams
impl StructuralPartialEq for PeerServicesParams
Auto Trait Implementations§
impl Freeze for PeerServicesParams
impl RefUnwindSafe for PeerServicesParams
impl Send for PeerServicesParams
impl Sync for PeerServicesParams
impl Unpin for PeerServicesParams
impl UnsafeUnpin for PeerServicesParams
impl UnwindSafe for PeerServicesParams
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