pub struct Properties;
Trait Implementations§
Source§impl Debug for Properties
impl Debug for Properties
Source§impl FileStoredFormat for Properties
impl FileStoredFormat for Properties
Source§fn file_extensions(&self) -> &'static [&'static str]
fn file_extensions(&self) -> &'static [&'static str]
Returns a vector of file extensions, for instance
[yml, yaml]
.Source§impl Format for Properties
impl Format for Properties
Source§impl From<Properties> for FormatWrapper
impl From<Properties> for FormatWrapper
Source§fn from(_: Properties) -> Self
fn from(_: Properties) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Properties
impl RefUnwindSafe for Properties
impl Send for Properties
impl Sync for Properties
impl Unpin for Properties
impl UnwindSafe for Properties
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