Struct General
pub struct General {
    pub uuid: String,
    pub stale: i64,
    pub filestore: String,
    pub http_server: bool,
    pub http_address: String,
    pub http_port: u16,
    pub callsign: String,
}Fields§
§uuid: String§stale: i64§filestore: String§http_server: bool§http_address: String§http_port: u16§callsign: StringTrait Implementations§
§impl<'de> Deserialize<'de> for General
 
impl<'de> Deserialize<'de> for General
§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 General
impl RefUnwindSafe for General
impl Send for General
impl Sync for General
impl Unpin for General
impl UnwindSafe for General
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