pub struct TreeRowReference(/* private fields */);
Implementations§
Source§impl TreeRowReference
impl TreeRowReference
pub fn new<P: IsA<TreeModel>>( model: &P, path: &TreePath, ) -> Option<TreeRowReference>
pub fn new_proxy<P: IsA<Object>, Q: IsA<TreeModel>>( proxy: &P, model: &Q, path: &TreePath, ) -> Option<TreeRowReference>
pub fn get_model(&self) -> TreeModel
pub fn get_path(&self) -> Option<TreePath>
pub fn valid(&self) -> bool
pub fn deleted<P: IsA<Object>>(proxy: &P, path: &TreePath)
pub fn inserted<P: IsA<Object>>(proxy: &P, path: &TreePath)
Trait Implementations§
Source§impl Clone for TreeRowReference
impl Clone for TreeRowReference
Source§fn clone(&self) -> TreeRowReference
fn clone(&self) -> TreeRowReference
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TreeRowReference
impl Debug for TreeRowReference
Source§impl Hash for TreeRowReference
impl Hash for TreeRowReference
Source§impl Ord for TreeRowReference
impl Ord for TreeRowReference
Source§fn cmp(&self, other: &TreeRowReference) -> Ordering
fn cmp(&self, other: &TreeRowReference) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TreeRowReference
impl PartialEq for TreeRowReference
Source§impl PartialOrd for TreeRowReference
impl PartialOrd for TreeRowReference
Source§impl StaticType for TreeRowReference
impl StaticType for TreeRowReference
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for TreeRowReference
impl StructuralPartialEq for TreeRowReference
Auto Trait Implementations§
impl Freeze for TreeRowReference
impl RefUnwindSafe for TreeRowReference
impl !Send for TreeRowReference
impl !Sync for TreeRowReference
impl Unpin for TreeRowReference
impl UnwindSafe for TreeRowReference
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