pub struct RedfishVersions(/* private fields */);Implementations§
Trait Implementations§
Source§impl Default for RedfishVersions
impl Default for RedfishVersions
Source§impl From<RedfishVersions> for MethodRouter
impl From<RedfishVersions> for MethodRouter
Source§fn from(val: RedfishVersions) -> Self
fn from(val: RedfishVersions) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RedfishVersions
impl !RefUnwindSafe for RedfishVersions
impl Send for RedfishVersions
impl !Sync for RedfishVersions
impl Unpin for RedfishVersions
impl !UnwindSafe for RedfishVersions
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