pub struct OverlayQuery<'tl> {
pub overlay: HashRef<'tl>,
}
Fields§
§overlay: HashRef<'tl>
Implementations§
Trait Implementations§
Source§impl<'tl> Clone for OverlayQuery<'tl>
impl<'tl> Clone for OverlayQuery<'tl>
Source§fn clone(&self) -> OverlayQuery<'tl>
fn clone(&self) -> OverlayQuery<'tl>
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 moreSource§impl<'tl> TlRead<'tl> for OverlayQuery<'tl>
impl<'tl> TlRead<'tl> for OverlayQuery<'tl>
Source§impl<'tl> TlWrite for OverlayQuery<'tl>
impl<'tl> TlWrite for OverlayQuery<'tl>
impl<'tl> Copy for OverlayQuery<'tl>
Auto Trait Implementations§
impl<'tl> Freeze for OverlayQuery<'tl>
impl<'tl> RefUnwindSafe for OverlayQuery<'tl>
impl<'tl> Send for OverlayQuery<'tl>
impl<'tl> Sync for OverlayQuery<'tl>
impl<'tl> Unpin for OverlayQuery<'tl>
impl<'tl> UnwindSafe for OverlayQuery<'tl>
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