pub struct Producer {
pub namespace: &'static str,
pub name: &'static str,
}Expand description
Who is asking, for whatever a door’s expansions are stamped into.
Fields§
§namespace: &'static strThe namespace the producer’s generated names stand under.
name: &'static strThe producer’s own declared name.
Trait Implementations§
impl Copy for Producer
impl Eq for Producer
impl StructuralPartialEq for Producer
Auto Trait Implementations§
impl Freeze for Producer
impl RefUnwindSafe for Producer
impl Send for Producer
impl Sync for Producer
impl Unpin for Producer
impl UnsafeUnpin for Producer
impl UnwindSafe for Producer
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