pub struct Boundable<'a>(/* private fields */);Implementations§
Methods from Deref<Target = Imageable<'a>>§
pub fn visibility_attr(&self) -> Attribute<'_>
pub fn purpose_attr(&self) -> Attribute<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Boundable<'a>
impl<'a> !Send for Boundable<'a>
impl<'a> !Sync for Boundable<'a>
impl<'a> !UnwindSafe for Boundable<'a>
impl<'a> Freeze for Boundable<'a>
impl<'a> Unpin for Boundable<'a>
impl<'a> UnsafeUnpin for Boundable<'a>
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