pub struct Rid(/* private fields */);
Expand description
The RID type is used to access the unique integer ID of a resource. They are opaque, so they do not grant access to the associated resource by themselves.
Implementations§
Trait Implementations§
Source§impl PartialOrd for Rid
impl PartialOrd for Rid
impl Copy for Rid
impl Eq for Rid
Auto Trait Implementations§
impl Freeze for Rid
impl RefUnwindSafe for Rid
impl Send for Rid
impl Sync for Rid
impl Unpin for Rid
impl UnwindSafe for Rid
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