pub struct AluAdaptor {
pub converter: LibSite,
pub builder: LibSite,
}Fields§
§converter: LibSite§builder: LibSiteTrait Implementations§
Source§impl Clone for AluAdaptor
impl Clone for AluAdaptor
Source§fn clone(&self) -> AluAdaptor
fn clone(&self) -> AluAdaptor
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 AluAdaptor
impl Debug for AluAdaptor
Source§impl<'de> Deserialize<'de> for AluAdaptor
impl<'de> Deserialize<'de> for AluAdaptor
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for AluAdaptor
impl Hash for AluAdaptor
Source§impl Ord for AluAdaptor
impl Ord for AluAdaptor
Source§fn cmp(&self, other: &AluAdaptor) -> Ordering
fn cmp(&self, other: &AluAdaptor) -> 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 AluAdaptor
impl PartialEq for AluAdaptor
Source§impl PartialOrd for AluAdaptor
impl PartialOrd for AluAdaptor
Source§impl Serialize for AluAdaptor
impl Serialize for AluAdaptor
Source§impl StateAdaptor for AluAdaptor
impl StateAdaptor for AluAdaptor
fn convert_immutable( &self, sem_id: SemId, raw_sem_id: SemId, data: &StateData, sys: &TypeSystem, ) -> Option<StateAtom>
fn convert_destructible( &self, sem_id: SemId, value: StateValue, sys: &TypeSystem, ) -> Option<StrictVal>
fn build_immutable(&self, value: ConfinedBlob<0, TOTAL_BYTES>) -> StateValue
fn build_destructible(&self, value: ConfinedBlob<0, TOTAL_BYTES>) -> StateValue
fn build_state( &self, sem_id: SemId, value: StrictVal, sys: &TypeSystem, ) -> StateValue
Source§impl StrictDecode for AluAdaptor
impl StrictDecode for AluAdaptor
fn strict_decode(reader: &mut impl TypedRead) -> Result<Self, DecodeError>
fn strict_read(reader: impl ReadRaw) -> Result<Self, DecodeError>
Source§impl StrictDumb for AluAdaptor
impl StrictDumb for AluAdaptor
fn strict_dumb() -> Self
Source§impl StrictEncode for AluAdaptor
impl StrictEncode for AluAdaptor
fn strict_encode<W: TypedWrite>(&self, writer: W) -> Result<W>
fn strict_write(&self, writer: impl WriteRaw) -> Result<(), Error>
Source§impl StrictStruct for AluAdaptor
impl StrictStruct for AluAdaptor
const ALL_FIELDS: &'static [&'static str]
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
Source§impl StrictType for AluAdaptor
impl StrictType for AluAdaptor
const STRICT_LIB_NAME: &'static str = LIB_NAME_SONIC
fn strict_name() -> Option<TypeName>
impl Copy for AluAdaptor
impl Eq for AluAdaptor
impl StrictProduct for AluAdaptor
impl StructuralPartialEq for AluAdaptor
Auto Trait Implementations§
impl Freeze for AluAdaptor
impl RefUnwindSafe for AluAdaptor
impl Send for AluAdaptor
impl Sync for AluAdaptor
impl Unpin for AluAdaptor
impl UnwindSafe for AluAdaptor
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.