pub struct ProprietaryReference1 {
pub tp: String,
pub ref_attr: String,
}Fields§
§tp: String§ref_attr: StringImplementations§
Source§impl ProprietaryReference1
impl ProprietaryReference1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ProprietaryReference1
impl RefUnwindSafe for ProprietaryReference1
impl Send for ProprietaryReference1
impl Sync for ProprietaryReference1
impl Unpin for ProprietaryReference1
impl UnwindSafe for ProprietaryReference1
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