pub struct BracketPlan { /* private fields */ }Expand description
A byte-keyed view of the IR’s bracket resolutions.
Implementations§
Trait Implementations§
Source§impl Clone for BracketPlan
impl Clone for BracketPlan
Source§fn clone(&self) -> BracketPlan
fn clone(&self) -> BracketPlan
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 BracketPlan
impl Debug for BracketPlan
Source§impl Default for BracketPlan
impl Default for BracketPlan
Source§fn default() -> BracketPlan
fn default() -> BracketPlan
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BracketPlan
impl RefUnwindSafe for BracketPlan
impl Send for BracketPlan
impl Sync for BracketPlan
impl Unpin for BracketPlan
impl UnsafeUnpin for BracketPlan
impl UnwindSafe for BracketPlan
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