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