pub struct SystemContent { /* private fields */ }Trait Implementations§
Source§impl Clone for SystemContent
impl Clone for SystemContent
Source§fn clone(&self) -> SystemContent
fn clone(&self) -> SystemContent
Returns a duplicate of the value. Read more
1.0.0 · 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 SystemContent
impl Debug for SystemContent
Source§impl<'de> Deserialize<'de> for SystemContent
impl<'de> Deserialize<'de> for SystemContent
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SystemContent, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SystemContent, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<String> for SystemContent
impl From<String> for SystemContent
Source§fn from(s: String) -> SystemContent
fn from(s: String) -> SystemContent
Converts to this type from the input type.
Source§impl FromStr for SystemContent
impl FromStr for SystemContent
Source§type Err = Infallible
type Err = Infallible
The associated error which can be returned from parsing.
Source§fn from_str(s: &str) -> Result<SystemContent, <SystemContent as FromStr>::Err>
fn from_str(s: &str) -> Result<SystemContent, <SystemContent as FromStr>::Err>
Parses a string
s to return a value of this type. Read moreSource§impl PartialEq for SystemContent
impl PartialEq for SystemContent
Source§impl Serialize for SystemContent
impl Serialize for SystemContent
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for SystemContent
Auto Trait Implementations§
impl Freeze for SystemContent
impl RefUnwindSafe for SystemContent
impl Send for SystemContent
impl Sync for SystemContent
impl Unpin for SystemContent
impl UnwindSafe for SystemContent
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