pub struct ViewRefPair {
pub control_ref: ViewRefControl,
pub view_ref: ViewRef,
}
Fields§
§control_ref: ViewRefControl
§view_ref: ViewRef
Implementations§
Source§impl ViewRefPair
impl ViewRefPair
pub fn new() -> Result<ViewRefPair, Error>
Trait Implementations§
Source§impl From<ViewRefPair> for ViewIdentityOnCreation
impl From<ViewRefPair> for ViewIdentityOnCreation
Source§fn from(item: ViewRefPair) -> Self
fn from(item: ViewRefPair) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ViewRefPair
impl RefUnwindSafe for ViewRefPair
impl Send for ViewRefPair
impl Sync for ViewRefPair
impl Unpin for ViewRefPair
impl UnwindSafe for ViewRefPair
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