pub struct RepoStruct<T: Eventable<T, PT>, PT: Clone> { /* private fields */ }Implementations§
Source§impl<T: Eventable<T, PT> + PartialEq + DeserializeOwned, PT: Clone> RepoStruct<T, PT>
impl<T: Eventable<T, PT> + PartialEq + DeserializeOwned, PT: Clone> RepoStruct<T, PT>
Trait Implementations§
Source§impl<T: Eventable<T, PT> + PartialEq + DeserializeOwned, PT: Clone> Default for RepoStruct<T, PT>
impl<T: Eventable<T, PT> + PartialEq + DeserializeOwned, PT: Clone> Default for RepoStruct<T, PT>
Auto Trait Implementations§
impl<T, PT> Freeze for RepoStruct<T, PT>
impl<T, PT> !RefUnwindSafe for RepoStruct<T, PT>
impl<T, PT> Send for RepoStruct<T, PT>where
PT: Send,
impl<T, PT> Sync for RepoStruct<T, PT>where
PT: Send,
impl<T, PT> Unpin for RepoStruct<T, PT>where
T: Unpin,
impl<T, PT> !UnwindSafe for RepoStruct<T, PT>
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