pub(crate) struct PrivateMethod;Expand description
A private type used to restrict the ability to call methods that are not intended to be called by downstream users.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrivateMethod
impl RefUnwindSafe for PrivateMethod
impl Send for PrivateMethod
impl Sync for PrivateMethod
impl Unpin for PrivateMethod
impl UnsafeUnpin for PrivateMethod
impl UnwindSafe for PrivateMethod
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