Struct boring_imp::conf::ConfRef
source · pub struct ConfRef(/* private fields */);Expand description
A borrowed reference to a Conf.
Trait Implementations§
source§impl BorrowMut<ConfRef> for Conf
impl BorrowMut<ConfRef> for Conf
source§fn borrow_mut(&mut self) -> &mut ConfRef
fn borrow_mut(&mut self) -> &mut ConfRef
Mutably borrows from an owned value. Read more
source§impl ForeignTypeRef for ConfRef
impl ForeignTypeRef for ConfRef
impl Send for ConfRef
impl Sync for ConfRef
Auto Trait Implementations§
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