pub struct TreeBorrowsParams {
pub precise_interior_mut: bool,
}
Expand description
Parameters that Tree Borrows can take.
Fields§
§precise_interior_mut: bool
Trait Implementations§
Source§impl Clone for TreeBorrowsParams
impl Clone for TreeBorrowsParams
Source§fn clone(&self) -> TreeBorrowsParams
fn clone(&self) -> TreeBorrowsParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TreeBorrowsParams
impl Debug for TreeBorrowsParams
Source§impl PartialEq for TreeBorrowsParams
impl PartialEq for TreeBorrowsParams
impl Copy for TreeBorrowsParams
impl Eq for TreeBorrowsParams
impl StructuralPartialEq for TreeBorrowsParams
Auto Trait Implementations§
impl Freeze for TreeBorrowsParams
impl RefUnwindSafe for TreeBorrowsParams
impl Send for TreeBorrowsParams
impl Sync for TreeBorrowsParams
impl Unpin for TreeBorrowsParams
impl UnwindSafe for TreeBorrowsParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte