pub struct RelyGuaranteeLogic {
pub rely_condition: String,
pub guarantee_condition: String,
pub stable_pre: String,
pub stable_post: String,
}Fields§
§rely_condition: String§guarantee_condition: String§stable_pre: String§stable_post: StringImplementations§
Trait Implementations§
Source§impl Clone for RelyGuaranteeLogic
impl Clone for RelyGuaranteeLogic
Source§fn clone(&self) -> RelyGuaranteeLogic
fn clone(&self) -> RelyGuaranteeLogic
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 RelyGuaranteeLogic
impl RefUnwindSafe for RelyGuaranteeLogic
impl Send for RelyGuaranteeLogic
impl Sync for RelyGuaranteeLogic
impl Unpin for RelyGuaranteeLogic
impl UnsafeUnpin for RelyGuaranteeLogic
impl UnwindSafe for RelyGuaranteeLogic
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