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