pub struct AdminRemoteConfig {
pub version: u8,
pub remote: String,
pub server_fingerprint: String,
}Fields§
§version: u8§remote: String§server_fingerprint: StringTrait Implementations§
Source§impl Clone for AdminRemoteConfig
impl Clone for AdminRemoteConfig
Source§fn clone(&self) -> AdminRemoteConfig
fn clone(&self) -> AdminRemoteConfig
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 AdminRemoteConfig
impl Debug for AdminRemoteConfig
Source§impl<'de> Deserialize<'de> for AdminRemoteConfig
impl<'de> Deserialize<'de> for AdminRemoteConfig
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 AdminRemoteConfig
impl RefUnwindSafe for AdminRemoteConfig
impl Send for AdminRemoteConfig
impl Sync for AdminRemoteConfig
impl Unpin for AdminRemoteConfig
impl UnsafeUnpin for AdminRemoteConfig
impl UnwindSafe for AdminRemoteConfig
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