pub struct FullPathMarker {
pub key: String,
pub full_path: String,
}Expand description
Full path marker.
This contains information about full cairo path resolved by the host, identified by key.
Fields§
§key: StringKey returned by the procedural macro.
full_path: StringFull path resolved by the host.
Trait Implementations§
Source§impl Clone for FullPathMarker
impl Clone for FullPathMarker
Source§fn clone(&self) -> FullPathMarker
fn clone(&self) -> FullPathMarker
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 FullPathMarker
impl RefUnwindSafe for FullPathMarker
impl Send for FullPathMarker
impl Sync for FullPathMarker
impl Unpin for FullPathMarker
impl UnwindSafe for FullPathMarker
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