pub struct pass_get {
pub owner: i32,
}Fields§
§owner: i32Auto Trait Implementations§
impl Freeze for pass_get
impl RefUnwindSafe for pass_get
impl Send for pass_get
impl Sync for pass_get
impl Unpin for pass_get
impl UnwindSafe for pass_get
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