pub struct CFTree(/* private fields */);Expand description
Safe wrapper around a Swift-backed CFTree helper.
Implementations§
Trait Implementations§
impl Eq for CFTree
impl StructuralPartialEq for CFTree
Auto Trait Implementations§
impl Freeze for CFTree
impl RefUnwindSafe for CFTree
impl !Send for CFTree
impl !Sync for CFTree
impl Unpin for CFTree
impl UnsafeUnpin for CFTree
impl UnwindSafe for CFTree
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