pub struct SupersessionEdgeInput {
pub old_standard: String,
pub new_standard: String,
}Expand description
Input data for a supersession edge.
Fields§
§old_standard: String§new_standard: StringTrait Implementations§
Source§impl Clone for SupersessionEdgeInput
impl Clone for SupersessionEdgeInput
Source§fn clone(&self) -> SupersessionEdgeInput
fn clone(&self) -> SupersessionEdgeInput
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 moreAuto Trait Implementations§
impl Freeze for SupersessionEdgeInput
impl RefUnwindSafe for SupersessionEdgeInput
impl Send for SupersessionEdgeInput
impl Sync for SupersessionEdgeInput
impl Unpin for SupersessionEdgeInput
impl UnsafeUnpin for SupersessionEdgeInput
impl UnwindSafe for SupersessionEdgeInput
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