pub struct UpdateProposal { /* private fields */ }
Trait Implementations§
Source§impl Clone for UpdateProposal
impl Clone for UpdateProposal
Source§fn clone(&self) -> UpdateProposal
fn clone(&self) -> UpdateProposal
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 UpdateProposal
impl Debug for UpdateProposal
Source§impl Default for UpdateProposal
impl Default for UpdateProposal
Source§fn default() -> UpdateProposal
fn default() -> UpdateProposal
Returns the “default value” for a type. Read more
Source§impl Deserializer for UpdateProposal
impl Deserializer for UpdateProposal
Source§impl PartialEq for UpdateProposal
impl PartialEq for UpdateProposal
Source§impl Serializer for UpdateProposal
impl Serializer for UpdateProposal
impl Eq for UpdateProposal
impl StructuralPartialEq for UpdateProposal
Auto Trait Implementations§
impl !Freeze for UpdateProposal
impl RefUnwindSafe for UpdateProposal
impl Send for UpdateProposal
impl Sync for UpdateProposal
impl Unpin for UpdateProposal
impl UnwindSafe for UpdateProposal
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