pub struct DevelopmentStub;Expand description
Reserved until normative schema bindings are added.
Trait Implementations§
Source§impl Clone for DevelopmentStub
impl Clone for DevelopmentStub
Source§fn clone(&self) -> DevelopmentStub
fn clone(&self) -> DevelopmentStub
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 moreSource§impl Debug for DevelopmentStub
impl Debug for DevelopmentStub
Source§impl Default for DevelopmentStub
impl Default for DevelopmentStub
Source§fn default() -> DevelopmentStub
fn default() -> DevelopmentStub
Returns the “default value” for a type. Read more
Source§impl PartialEq for DevelopmentStub
impl PartialEq for DevelopmentStub
impl Copy for DevelopmentStub
impl Eq for DevelopmentStub
impl StructuralPartialEq for DevelopmentStub
Auto Trait Implementations§
impl Freeze for DevelopmentStub
impl RefUnwindSafe for DevelopmentStub
impl Send for DevelopmentStub
impl Sync for DevelopmentStub
impl Unpin for DevelopmentStub
impl UnsafeUnpin for DevelopmentStub
impl UnwindSafe for DevelopmentStub
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