#[non_exhaustive]pub struct tiled_object__ViewHandle {}Implementations§
Source§impl tiled_object__ViewHandle
impl tiled_object__ViewHandle
Sourcepub fn object_id(
&self,
) -> UniqueColumnReadOnly<tiled_object__TableHandle, u64, object_id>
pub fn object_id( &self, ) -> UniqueColumnReadOnly<tiled_object__TableHandle, u64, object_id>
Gets the UniqueColumnReadOnly for the object_id column.
Sourcepub fn layer_id(
&self,
) -> RangedIndexReadOnly<tiled_object__TableHandle, (u32,), layer_id>
pub fn layer_id( &self, ) -> RangedIndexReadOnly<tiled_object__TableHandle, (u32,), layer_id>
Gets the layer_id RangedIndexReadOnly as defined on this table.
This B-tree index is defined on the following columns, in order:
Auto Trait Implementations§
impl Freeze for tiled_object__ViewHandle
impl RefUnwindSafe for tiled_object__ViewHandle
impl Send for tiled_object__ViewHandle
impl Sync for tiled_object__ViewHandle
impl Unpin for tiled_object__ViewHandle
impl UnsafeUnpin for tiled_object__ViewHandle
impl UnwindSafe for tiled_object__ViewHandle
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more