pub struct HaVolumeVisibilitySystemCache { /* private fields */ }Trait Implementations§
source§impl Default for HaVolumeVisibilitySystemCache
impl Default for HaVolumeVisibilitySystemCache
source§fn default() -> HaVolumeVisibilitySystemCache
fn default() -> HaVolumeVisibilitySystemCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for HaVolumeVisibilitySystemCache
impl Send for HaVolumeVisibilitySystemCache
impl Sync for HaVolumeVisibilitySystemCache
impl Unpin for HaVolumeVisibilitySystemCache
impl UnwindSafe for HaVolumeVisibilitySystemCache
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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more