Struct chandeliers_err::NotConst
source · pub struct NotConst<Item, Site> {
pub what: Item,
pub site: Site,
}Fields§
§what: Item§site: SiteTrait Implementations§
Auto Trait Implementations§
impl<Item, Site> RefUnwindSafe for NotConst<Item, Site>where Item: RefUnwindSafe, Site: RefUnwindSafe,
impl<Item, Site> Send for NotConst<Item, Site>where Item: Send, Site: Send,
impl<Item, Site> Sync for NotConst<Item, Site>where Item: Sync, Site: Sync,
impl<Item, Site> Unpin for NotConst<Item, Site>where Item: Unpin, Site: Unpin,
impl<Item, Site> UnwindSafe for NotConst<Item, Site>where Item: UnwindSafe, Site: UnwindSafe,
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