pub struct Landing { /* private fields */ }Expand description
One covered site’s landing: the site, and the invocation written there.
The two travel together because they are one fact about one site. An invocation without the site it stands for cannot be placed, and a site without its invocation is a file the published stamp never reaches.
Implementations§
Source§impl Landing
impl Landing
Sourcepub const fn invocation(&self) -> &GeneratedTree
pub const fn invocation(&self) -> &GeneratedTree
The invocation written there.
Trait Implementations§
impl Eq for Landing
impl StructuralPartialEq for Landing
Auto Trait Implementations§
impl Freeze for Landing
impl RefUnwindSafe for Landing
impl Send for Landing
impl Sync for Landing
impl Unpin for Landing
impl UnsafeUnpin for Landing
impl UnwindSafe for Landing
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