pub struct designate_voting_representative;Expand description
Désigne le représentant de vote d’un lot (#848, Art. 3.87 §1 CC).
Un lot à plusieurs titulaires actifs (couple, succession — le cas le plus
ordinaire d’une copropriété belge) a son vote SUSPENDU jusqu’à cette
désignation. Refuse un second représentant tant qu’un premier est en place
(409, assert_single_voting_representative).
Trait Implementations§
Source§impl HttpServiceFactory for designate_voting_representative
impl HttpServiceFactory for designate_voting_representative
Source§impl Path for designate_voting_representative
impl Path for designate_voting_representative
Source§impl SchemaReferences for designate_voting_representative
impl SchemaReferences for designate_voting_representative
Source§impl<'t> Tags<'t> for designate_voting_representative
impl<'t> Tags<'t> for designate_voting_representative
Auto Trait Implementations§
impl Freeze for designate_voting_representative
impl RefUnwindSafe for designate_voting_representative
impl Send for designate_voting_representative
impl Sync for designate_voting_representative
impl Unpin for designate_voting_representative
impl UnsafeUnpin for designate_voting_representative
impl UnwindSafe for designate_voting_representative
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
§impl<T> Fake for T
impl<T> Fake for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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 moreCreates a shared type from an unshared type.