Struct vstorage::base::ListedProperty
source · pub struct ListedProperty<P: Property> {
pub property: P,
pub value: String,
}
Fields§
§property: P
§value: String
Auto Trait Implementations§
impl<P> Freeze for ListedProperty<P>where
P: Freeze,
impl<P> RefUnwindSafe for ListedProperty<P>where
P: RefUnwindSafe,
impl<P> Send for ListedProperty<P>
impl<P> Sync for ListedProperty<P>
impl<P> Unpin for ListedProperty<P>where
P: Unpin,
impl<P> UnwindSafe for ListedProperty<P>where
P: UnwindSafe,
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<Source, Target> OctetsInto<Target> for Sourcewhere
Target: OctetsFrom<Source>,
impl<Source, Target> OctetsInto<Target> for Sourcewhere
Target: OctetsFrom<Source>,
type Error = <Target as OctetsFrom<Source>>::Error
source§fn try_octets_into(
self,
) -> Result<Target, <Source as OctetsInto<Target>>::Error>
fn try_octets_into( self, ) -> Result<Target, <Source as OctetsInto<Target>>::Error>
Performs the conversion.
source§fn octets_into(self) -> Target
fn octets_into(self) -> Target
Performs an infallible conversion.