pub struct WritableLogLocationTargetMap(/* private fields */);Trait Implementations§
Source§impl Debug for WritableLogLocationTargetMap
impl Debug for WritableLogLocationTargetMap
Source§impl Default for WritableLogLocationTargetMap
impl Default for WritableLogLocationTargetMap
Source§fn default() -> WritableLogLocationTargetMap
fn default() -> WritableLogLocationTargetMap
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WritableLogLocationTargetMap
impl !RefUnwindSafe for WritableLogLocationTargetMap
impl Send for WritableLogLocationTargetMap
impl Sync for WritableLogLocationTargetMap
impl Unpin for WritableLogLocationTargetMap
impl !UnwindSafe for WritableLogLocationTargetMap
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