pub struct FrameBoundId(/* private fields */);Implementations§
Source§impl FrameBoundId
impl FrameBoundId
pub fn into_inner(self) -> AnyNodeId
Trait Implementations§
Source§impl Clone for FrameBoundId
impl Clone for FrameBoundId
Source§fn clone(&self) -> FrameBoundId
fn clone(&self) -> FrameBoundId
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 Debug for FrameBoundId
impl Debug for FrameBoundId
Source§impl<'a> From<FrameBound<'a>> for FrameBoundId
impl<'a> From<FrameBound<'a>> for FrameBoundId
Source§fn from(n: FrameBound<'a>) -> Self
fn from(n: FrameBound<'a>) -> Self
Converts to this type from the input type.
Source§impl From<FrameBoundId> for AnyNodeId
impl From<FrameBoundId> for AnyNodeId
Source§fn from(id: FrameBoundId) -> AnyNodeId
fn from(id: FrameBoundId) -> AnyNodeId
Converts to this type from the input type.
Source§impl Hash for FrameBoundId
impl Hash for FrameBoundId
Source§impl PartialEq for FrameBoundId
impl PartialEq for FrameBoundId
Source§impl TypedNodeId for FrameBoundId
impl TypedNodeId for FrameBoundId
Source§type Node<'a> = FrameBound<'a>
type Node<'a> = FrameBound<'a>
The typed view produced when this ID is resolved against an arena.
impl Copy for FrameBoundId
impl Eq for FrameBoundId
impl StructuralPartialEq for FrameBoundId
Auto Trait Implementations§
impl Freeze for FrameBoundId
impl RefUnwindSafe for FrameBoundId
impl Send for FrameBoundId
impl Sync for FrameBoundId
impl Unpin for FrameBoundId
impl UnsafeUnpin for FrameBoundId
impl UnwindSafe for FrameBoundId
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