pub struct SolidWellKnownApi {
pub accounts: SolidWellKnownAccounts,
}Expand description
JSS-compatible account management API pointers.
Fields§
§accounts: SolidWellKnownAccountsTrait Implementations§
Source§impl Clone for SolidWellKnownApi
impl Clone for SolidWellKnownApi
Source§fn clone(&self) -> SolidWellKnownApi
fn clone(&self) -> SolidWellKnownApi
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 SolidWellKnownApi
impl Debug for SolidWellKnownApi
Source§impl<'de> Deserialize<'de> for SolidWellKnownApi
impl<'de> Deserialize<'de> for SolidWellKnownApi
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
Auto Trait Implementations§
impl Freeze for SolidWellKnownApi
impl RefUnwindSafe for SolidWellKnownApi
impl Send for SolidWellKnownApi
impl Sync for SolidWellKnownApi
impl Unpin for SolidWellKnownApi
impl UnsafeUnpin for SolidWellKnownApi
impl UnwindSafe for SolidWellKnownApi
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