pub struct SingleBanOutput;
Trait Implementations§
Source§impl HasField<__typename> for SingleBanOutput
impl HasField<__typename> for SingleBanOutput
Source§impl HasField<result> for SingleBanOutput
impl HasField<result> for SingleBanOutput
Auto Trait Implementations§
impl Freeze for SingleBanOutput
impl RefUnwindSafe for SingleBanOutput
impl Send for SingleBanOutput
impl Sync for SingleBanOutput
impl Unpin for SingleBanOutput
impl UnwindSafe for SingleBanOutput
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