pub struct ViewTokenPair {
pub view_token: ViewToken,
pub view_holder_token: ViewHolderToken,
}
Fields§
§view_token: ViewToken
§view_holder_token: ViewHolderToken
Implementations§
Source§impl ViewTokenPair
impl ViewTokenPair
pub fn new() -> Result<ViewTokenPair, Error>
Auto Trait Implementations§
impl Freeze for ViewTokenPair
impl RefUnwindSafe for ViewTokenPair
impl Send for ViewTokenPair
impl Sync for ViewTokenPair
impl Unpin for ViewTokenPair
impl UnwindSafe for ViewTokenPair
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