#[repr(u8)]pub enum IsStream {
No = 0,
Yes = 8,
}Variants§
Trait Implementations§
impl Copy for IsStream
impl StructuralPartialEq for IsStream
Auto Trait Implementations§
impl Freeze for IsStream
impl RefUnwindSafe for IsStream
impl Send for IsStream
impl Sync for IsStream
impl Unpin for IsStream
impl UnwindSafe for IsStream
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