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