pub struct PinnableItem {}
Trait Implementations§
Source§impl NamedType for PinnableItem
impl NamedType for PinnableItem
impl HasSubtype<Gist> for PinnableItem
impl HasSubtype<Repository> for PinnableItem
Auto Trait Implementations§
impl Freeze for PinnableItem
impl RefUnwindSafe for PinnableItem
impl Send for PinnableItem
impl Sync for PinnableItem
impl Unpin for PinnableItem
impl UnwindSafe for PinnableItem
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