pub struct Require {
pub name: String,
pub metadata: Table,
}Fields§
§name: String§metadata: TableImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Require
impl RefUnwindSafe for Require
impl Send for Require
impl Sync for Require
impl Unpin for Require
impl UnwindSafe for Require
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