pub struct FactoryFnWholeObjectFact {
pub callee_name: String,
}Expand description
A factory-returned value consumed opaquely, so every member of the class it returns must be treated as used.
Fields§
§callee_name: StringLocal imported function used as the factory callee.
Trait Implementations§
Source§impl Clone for FactoryFnWholeObjectFact
impl Clone for FactoryFnWholeObjectFact
Source§impl Debug for FactoryFnWholeObjectFact
impl Debug for FactoryFnWholeObjectFact
impl<'__de> Decode<'__de> for FactoryFnWholeObjectFactwhere
'__de:,
impl Encode for FactoryFnWholeObjectFact
impl Eq for FactoryFnWholeObjectFact
Source§impl PartialEq for FactoryFnWholeObjectFact
impl PartialEq for FactoryFnWholeObjectFact
Source§impl Serialize for FactoryFnWholeObjectFact
impl Serialize for FactoryFnWholeObjectFact
impl StructuralPartialEq for FactoryFnWholeObjectFact
Auto Trait Implementations§
impl Freeze for FactoryFnWholeObjectFact
impl RefUnwindSafe for FactoryFnWholeObjectFact
impl Send for FactoryFnWholeObjectFact
impl Sync for FactoryFnWholeObjectFact
impl Unpin for FactoryFnWholeObjectFact
impl UnsafeUnpin for FactoryFnWholeObjectFact
impl UnwindSafe for FactoryFnWholeObjectFact
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DecodeOwned for Twhere
T: for<'de> Decode<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.