Enum ObjectSignature
pub enum ObjectSignature {
Unit,
Never,
Value(ValueSignature),
Fields(FieldsSig),
}Variants§
Implementations§
§impl ObjectSignature
impl ObjectSignature
Trait Implementations§
§impl Clone for ObjectSignature
impl Clone for ObjectSignature
§fn clone(&self) -> ObjectSignature
fn clone(&self) -> ObjectSignature
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ObjectSignature
impl Debug for ObjectSignature
§impl Default for ObjectSignature
impl Default for ObjectSignature
§fn default() -> ObjectSignature
fn default() -> ObjectSignature
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ObjectSignature
impl RefUnwindSafe for ObjectSignature
impl Send for ObjectSignature
impl Sync for ObjectSignature
impl Unpin for ObjectSignature
impl UnwindSafe for ObjectSignature
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