pub struct PersistPeerInput {
pub alias: Option<String>,
pub did: String,
pub proxy_url: String,
pub agent_name: Option<String>,
pub human_name: Option<String>,
}Fields§
§alias: Option<String>§did: String§proxy_url: String§agent_name: Option<String>§human_name: Option<String>Trait Implementations§
Source§impl Clone for PersistPeerInput
impl Clone for PersistPeerInput
Source§fn clone(&self) -> PersistPeerInput
fn clone(&self) -> PersistPeerInput
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 PersistPeerInput
impl Debug for PersistPeerInput
Source§impl PartialEq for PersistPeerInput
impl PartialEq for PersistPeerInput
impl Eq for PersistPeerInput
impl StructuralPartialEq for PersistPeerInput
Auto Trait Implementations§
impl Freeze for PersistPeerInput
impl RefUnwindSafe for PersistPeerInput
impl Send for PersistPeerInput
impl Sync for PersistPeerInput
impl Unpin for PersistPeerInput
impl UnsafeUnpin for PersistPeerInput
impl UnwindSafe for PersistPeerInput
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