pub struct StackdriverLogLine { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StackdriverLogLine
impl RefUnwindSafe for StackdriverLogLine
impl Send for StackdriverLogLine
impl Sync for StackdriverLogLine
impl Unpin for StackdriverLogLine
impl UnwindSafe for StackdriverLogLine
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