pub struct GetLog;Expand description
Marker type for the GetLog action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetLog
impl RefUnwindSafe for GetLog
impl Send for GetLog
impl Sync for GetLog
impl Unpin for GetLog
impl UnsafeUnpin for GetLog
impl UnwindSafe for GetLog
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