pub struct SessionTitleMutation {
pub session: ExecutionSession,
pub changed: bool,
}Expand description
Result of a semantic session-title mutation.
Fields§
§session: ExecutionSessionCurrent session snapshot.
changed: boolWhether the stored title changed and an event was emitted.
Trait Implementations§
Source§impl Clone for SessionTitleMutation
impl Clone for SessionTitleMutation
Source§fn clone(&self) -> SessionTitleMutation
fn clone(&self) -> SessionTitleMutation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SessionTitleMutation
impl RefUnwindSafe for SessionTitleMutation
impl Send for SessionTitleMutation
impl Sync for SessionTitleMutation
impl Unpin for SessionTitleMutation
impl UnsafeUnpin for SessionTitleMutation
impl UnwindSafe for SessionTitleMutation
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