pub struct UserRef {
pub account_id: String,
}Fields§
§account_id: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UserRef
impl RefUnwindSafe for UserRef
impl Send for UserRef
impl Sync for UserRef
impl Unpin for UserRef
impl UnwindSafe for UserRef
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