pub struct debugSink;Trait Implementations§
impl HasInputField<debugSink, Option<ReleaseDebugSinkInput>> for ReleaseCreateInput
Auto Trait Implementations§
impl Freeze for debugSink
impl RefUnwindSafe for debugSink
impl Send for debugSink
impl Sync for debugSink
impl Unpin for debugSink
impl UnwindSafe for debugSink
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