pub struct UpdateContextOutcome {
pub accepted_version: AcceptedVersion,
pub warnings: Vec<String>,
}Fields§
§accepted_version: AcceptedVersion§warnings: Vec<String>Trait Implementations§
Source§impl Clone for UpdateContextOutcome
impl Clone for UpdateContextOutcome
Source§fn clone(&self) -> UpdateContextOutcome
fn clone(&self) -> UpdateContextOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateContextOutcome
impl Debug for UpdateContextOutcome
impl Eq for UpdateContextOutcome
Source§impl PartialEq for UpdateContextOutcome
impl PartialEq for UpdateContextOutcome
impl StructuralPartialEq for UpdateContextOutcome
Auto Trait Implementations§
impl Freeze for UpdateContextOutcome
impl RefUnwindSafe for UpdateContextOutcome
impl Send for UpdateContextOutcome
impl Sync for UpdateContextOutcome
impl Unpin for UpdateContextOutcome
impl UnsafeUnpin for UpdateContextOutcome
impl UnwindSafe for UpdateContextOutcome
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