Struct pliantdb_local::core::test_util::Basic [−][src]
Fields
value: String
category: Option<String>
parent_id: Option<u64>
Implementations
impl Basic
[src]
pub fn new(value: impl Into<String>) -> Basic
[src]
pub fn with_category(self, category: impl Into<String>) -> Basic
[src]
#[must_use]pub const fn with_parent_id(self, parent_id: u64) -> Basic
[src]
Trait Implementations
impl Collection for Basic
[src]
pub fn collection_id() -> Id
[src]
pub fn define_views(schema: &mut Schematic)
[src]
impl Debug for Basic
[src]
impl Default for Basic
[src]
impl<'de> Deserialize<'de> for Basic
[src]
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<Basic, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]
__deserializer: __D
) -> Result<Basic, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl PartialEq<Basic> for Basic
[src]
impl Serialize for Basic
[src]
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl StructuralPartialEq for Basic
[src]
Auto Trait Implementations
impl RefUnwindSafe for Basic
impl Send for Basic
impl Sync for Basic
impl Unpin for Basic
impl UnwindSafe for Basic
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> Schema for T where
T: Collection + 'static,
[src]
T: Collection + 'static,
pub fn schema_id() -> Id
[src]
pub fn define_collections(schema: &mut Schematic)
[src]
#[must_use]pub fn schematic() -> Schematic
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,