pub struct RelPattern {
pub alias: String,
pub rel_type: Option<String>,
}Fields§
§alias: String§rel_type: Option<String>Trait Implementations§
Source§impl Clone for RelPattern
impl Clone for RelPattern
Source§fn clone(&self) -> RelPattern
fn clone(&self) -> RelPattern
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 moreAuto Trait Implementations§
impl Freeze for RelPattern
impl RefUnwindSafe for RelPattern
impl Send for RelPattern
impl Sync for RelPattern
impl Unpin for RelPattern
impl UnsafeUnpin for RelPattern
impl UnwindSafe for RelPattern
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