pub struct Selfb {
pub remaning_count: u64,
pub is_allowed: bool,
}Fields§
§remaning_count: u64§is_allowed: boolAuto Trait Implementations§
impl Freeze for Selfb
impl RefUnwindSafe for Selfb
impl Send for Selfb
impl Sync for Selfb
impl Unpin for Selfb
impl UnwindSafe for Selfb
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