pub struct RosterInstallParams {
pub path: String,
pub org_root_pk: Option<String>,
}Expand description
Params of Request::RosterInstall: the LOCAL roster file path, plus the org-root pin
on FIRST install (b64u:; omit once pinned — config carries it).
Fields§
§path: String§org_root_pk: Option<String>Trait Implementations§
Source§impl Clone for RosterInstallParams
impl Clone for RosterInstallParams
Source§fn clone(&self) -> RosterInstallParams
fn clone(&self) -> RosterInstallParams
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 RosterInstallParams
impl Debug for RosterInstallParams
Source§impl<'de> Deserialize<'de> for RosterInstallParams
impl<'de> Deserialize<'de> for RosterInstallParams
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 RosterInstallParams
Source§impl PartialEq for RosterInstallParams
impl PartialEq for RosterInstallParams
Source§impl Serialize for RosterInstallParams
impl Serialize for RosterInstallParams
impl StructuralPartialEq for RosterInstallParams
Auto Trait Implementations§
impl Freeze for RosterInstallParams
impl RefUnwindSafe for RosterInstallParams
impl Send for RosterInstallParams
impl Sync for RosterInstallParams
impl Unpin for RosterInstallParams
impl UnsafeUnpin for RosterInstallParams
impl UnwindSafe for RosterInstallParams
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