pub struct MeTargetAst {
pub scheme: String,
pub namespace: String,
pub operation: String,
pub path: String,
pub raw: Option<String>,
pub context_raw: Option<String>,
}Fields§
§scheme: String§namespace: String§operation: String§path: String§raw: Option<String>§context_raw: Option<String>Trait Implementations§
Source§impl Clone for MeTargetAst
impl Clone for MeTargetAst
Source§fn clone(&self) -> MeTargetAst
fn clone(&self) -> MeTargetAst
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 MeTargetAst
impl Debug for MeTargetAst
Source§impl PartialEq for MeTargetAst
impl PartialEq for MeTargetAst
impl StructuralPartialEq for MeTargetAst
Auto Trait Implementations§
impl Freeze for MeTargetAst
impl RefUnwindSafe for MeTargetAst
impl Send for MeTargetAst
impl Sync for MeTargetAst
impl Unpin for MeTargetAst
impl UnsafeUnpin for MeTargetAst
impl UnwindSafe for MeTargetAst
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