pub struct ApplicationSettings {
pub settings: Vec<u8>,
}Fields§
§settings: Vec<u8>Trait Implementations§
Source§impl Clone for ApplicationSettings
impl Clone for ApplicationSettings
Source§fn clone(&self) -> ApplicationSettings
fn clone(&self) -> ApplicationSettings
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 ApplicationSettings
impl Debug for ApplicationSettings
Source§impl<'de> Deserialize<'de> for ApplicationSettings
impl<'de> Deserialize<'de> for ApplicationSettings
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 ApplicationSettings
impl RefUnwindSafe for ApplicationSettings
impl Send for ApplicationSettings
impl Sync for ApplicationSettings
impl Unpin for ApplicationSettings
impl UnsafeUnpin for ApplicationSettings
impl UnwindSafe for ApplicationSettings
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